home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Nave / goobers.swf / scripts / frame_92 / PlaceObject2_85_390 / CLIPACTIONRECORD onClipEvent(enterFrame).as
Encoding:
Text File  |  2007-03-28  |  102 b   |  7 lines

  1. onClipEvent(enterFrame){
  2.    if(_parent.num_lives == 2)
  3.    {
  4.       this._visible = false;
  5.    }
  6. }
  7.